home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web13 / tutorial 05 / Tutorial 5-review / kpaf.css next >
Cascading Style Sheet File  |  2011-03-02  |  2KB  |  54 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 5
  4.    Review Assignment
  5.  
  6.    KPAF General Style Sheet
  7.  
  8.    Filename:         kpaf.css
  9.    Supporting Files: none
  10.  
  11. */
  12.  
  13. body                   {margin: 0px}
  14. #heading               {color: white; background-color: rgb(215, 205, 151);  
  15.                         border-bottom: 1px solid rgb(105, 177, 60)}
  16. #page_content          {width: 730px; position: absolute; top: 55px; left: 20px}
  17.  
  18.  
  19. h1, h2, h3, p          {font-family: 'Trebuchet MS', Arial, Verdana, sans-serif}
  20.  
  21. address                {font-size: 0.65em; font-style: normal; text-align: center;
  22.                         font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
  23.                         color: white; background-color: rgb(105, 177, 60);
  24.                         margin: 20px 0px}      
  25.  
  26.  
  27. #heading h2            {color: white; background-color: rgb(105, 177, 60);
  28.                         font-size: 1.1em; padding: 5px 0px 5px 12px; margin: 0px}
  29. #heading i             {font-size: 0.7em}
  30.  
  31.                 
  32.  
  33. #heading ul            {list-style-type: none; margin: 0px; padding: 0px}
  34. #heading ul li         {display: inline; font-size: 0.7em; 
  35.                         font-family: 'Courier New', monospace;
  36.                         background-color: rgb(215, 205, 151);
  37.                         padding: 0px 10px; margin: 0px}
  38.  
  39.  
  40. #heading ul li a       {text-decoration: none; color: rgb(105, 177, 60)}
  41. #heading ul li a:hover {color: rgb(153, 0, 153)}
  42.  
  43.  
  44.       
  45. #page_content h1       {margin: 0px; padding: 0px}
  46. #page_content h2       {color: white;  background-color: rgb(105, 177, 60);
  47.                         font-size: 1.1em; padding: 5px 0px 5px 12px; margin: 0px}
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.